home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / sk_j1202.arc / 4PRODOOR.ARC / PRODOOR.DOC < prev   
Text File  |  1989-12-23  |  4KB  |  83 lines

  1. Extract from ProDoor documentation  
  2.  
  3. Extended Protocol Configuration
  4. -------------------------------
  5.  
  6.   Protocol Name
  7.  
  8.      This entry is the "name" for the protocol.  It is displayed in  the
  9.      protocol menu, and before any transfer in the protocol.
  10.  
  11.   Menu Code
  12.  
  13.      This is the menu letter used to identify the protocol.
  14.  
  15.   Trans / Recv
  16.  
  17.      Enter a "T" here if the protocol "transmits" data to the user  (i.e.
  18.      download protocols).  Enter a "R" if the protocol  "receives" data
  19.      from the user (i.e. upload protocols).
  20.  
  21.   File Specs
  22.  
  23.      This entry controls the number of filespecs that are allowed  with
  24.      the protocol.  There are a few special cases to consider:
  25.  
  26.          File specs          Meaning
  27.              1       The protocol is "non batch".  A full filename is
  28.                      passed to the driver program.
  29.  
  30.              0       The protocol is "automatic batch".  Use this  only
  31.                      with batch "receive" protocols that get the
  32.                      filenames from the caller's end of the transfer.
  33.  
  34.              2..9    These numbers allow the user to specify a  variable
  35.                      number of "filespecs".  A filespec may  contain
  36.                      wildcards, resulting in up to 100 files in a given
  37.                      batch.   If the protocol must have  the filenames on
  38.                      the command-line, a value of 2  or 3 is generally the
  39.                      limit.  Protocols that  don't specify every name may
  40.                      use values up to 9.   See the Command Line section
  41.                      for more  information on this.
  42.  
  43.   Estimated Efficiency
  44.  
  45.      This entry is used to estimate how efficient a given protocol is  at
  46.      sending or receiving data.  Legal values range from 0 to  0.99.  The
  47.      value 0.0 is a special case.  When you specify 0.0,  the door will
  48.      allow any size transfer to START, but will hang up  on the caller
  49.      when his time runs out.  Use this for "Zmodem  Resume", or other
  50.      protocols where you cannot predict how long it  will take to finish a
  51.      transfer.
  52.  
  53.   Command Line
  54.  
  55.      This entry is the "command line" used to call up the protocol
  56.      driver.  It must be entered exactly as if you were calling up  the
  57.      driver from a DOS prompt.   There are a few special cases on  the
  58.      command line:
  59.  
  60.             Entry               Meaning
  61.  
  62.              $B$     This is replaced with the caller's connect  speed, or
  63.                      baud rate.
  64.   
  65.              $N$     This is replaced with the COM port number in  use.
  66.   
  67.              $@$     This is replaced with '@c:\pcb\$door.nam', which
  68.                      refers to a file that will list the names of the
  69.                      individual files to be transmitted.  This  feature is
  70.                      only valid for DSZ versions 880423 or  later.  Use
  71.                      this to allow more than 3 filespecs  per transfer.
  72.   
  73.              *.*     This causes ProDoor to copy all of the selected
  74.                      files into the "playpen" directory prior to  starting
  75.                      the transfer.  The door then instructs  the protocol
  76.                      driver to send "all" files from the  playpen.  Use
  77.                      this to allow more than 3  filespecs on any
  78.                      batch-compatible protocol.   Because of all the disk
  79.                      activity involved in  copying the files, I recommend
  80.                      you use this  option only if you have a RAM DISK for
  81.                      your  playpen.
  82.   
  83.